The resolution parameter to the QTVRGetBackBufferMemInfo , QTVRGetCacheSettings , and QTVRSetCachePrefs functions specifies the resolution of an image. You can use these constants to specify a resolution:
enum {
kQTVRDefaultRes = 0,
kQTVRFullRes = 1L << 0,
kQTVRHalfRes = 1L << 1,
kQTVRQuarterRes = 1L << 2
};